Fix up symbol lists
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Dec 2010 04:45:21 +0000 (23:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Dec 2010 04:45:21 +0000 (23:45 -0500)
gtk/gtk.symbols
gtk/gtkcellareabox.c

index c4080b07e3fb925174f196068a4f6c76a6b59e75..3c768c41d3a3b274e9d06e06b455c7f1e5dc0b0f 100644 (file)
@@ -367,8 +367,22 @@ gtk_cell_area_add_with_properties
 gtk_cell_area_apply_attributes
 gtk_cell_area_attribute_connect
 gtk_cell_area_attribute_disconnect
+gtk_cell_area_box_context_copy
+gtk_cell_area_box_context_get_group_height
+gtk_cell_area_box_context_get_group_height_for_width
+gtk_cell_area_box_context_get_group_width
+gtk_cell_area_box_context_get_group_width_for_height
+gtk_cell_area_box_context_get_heights
+gtk_cell_area_box_context_get_orientation_allocs
+gtk_cell_area_box_context_get_type
+gtk_cell_area_box_context_get_widths
+gtk_cell_area_box_context_push_group_height
+gtk_cell_area_box_context_push_group_height_for_width
+gtk_cell_area_box_context_push_group_width
+gtk_cell_area_box_context_push_group_width_for_height
 gtk_cell_area_box_get_spacing
 gtk_cell_area_box_get_type G_GNUC_CONST
+gtk_cell_area_box_init_groups
 gtk_cell_area_box_new
 gtk_cell_area_box_pack_end
 gtk_cell_area_box_pack_start
@@ -397,6 +411,7 @@ gtk_cell_area_copy_context
 gtk_cell_area_create_context
 gtk_cell_area_event
 gtk_cell_area_foreach
+gtk_cell_area_foreach_alloc
 gtk_cell_area_focus
 gtk_cell_area_get_edited_cell
 gtk_cell_area_get_edit_widget
@@ -404,6 +419,7 @@ gtk_cell_area_get_focus_cell
 gtk_cell_area_get_focus_from_sibling
 gtk_cell_area_get_focus_siblings
 gtk_cell_area_get_cell_allocation
+gtk_cell_area_get_cell_at_position
 gtk_cell_area_get_current_path_string
 gtk_cell_area_get_preferred_height
 gtk_cell_area_get_preferred_height_for_width
@@ -2418,6 +2434,7 @@ gtk_style_context_get_border
 gtk_style_context_get_border_color
 gtk_style_context_get_color
 gtk_style_context_get_direction
+gtk_style_context_get_font
 gtk_style_context_get_junction_sides
 gtk_style_context_get_margin
 gtk_style_context_get_padding
@@ -2875,6 +2892,7 @@ gtk_theming_engine_get_border
 gtk_theming_engine_get_border_color
 gtk_theming_engine_get_color
 gtk_theming_engine_get_direction
+gtk_theming_engine_get_font
 gtk_theming_engine_get_junction_sides
 gtk_theming_engine_get_margin
 gtk_theming_engine_get_padding
@@ -3200,6 +3218,7 @@ gtk_tree_view_column_clear_attributes
 gtk_tree_view_column_clicked
 gtk_tree_view_column_focus_cell
 gtk_tree_view_column_get_alignment
+gtk_tree_view_column_get_button
 gtk_tree_view_column_get_clickable
 gtk_tree_view_column_get_expand
 gtk_tree_view_column_get_fixed_width
index 90a0a07233ed33a78e096f99b150f6fd9c27fffa..97cfc2215f6247142a130dde2ec7cb6f7f1b666c 100644 (file)
@@ -1457,7 +1457,7 @@ compute_size (GtkCellAreaBox        *box,
                gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL);
 }
 
-GtkRequestedSize *
+static GtkRequestedSize *
 get_group_sizes (GtkCellArea    *area,
                  CellGroup      *group,
                  GtkOrientation  orientation,